Make key selection method configurable in EPA.
authorAleksandr Vityazev <avityazev@disroot.org>
Thu, 15 Feb 2024 19:51:24 +0000 (22:51 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Feb 2024 09:27:09 +0000 (11:27 +0200)
commit6477be93bd8a29cba8ce383f9ea3fba23c45f225
tree06d2f72ce65cc41ccabb70bda4491ce762a90ca8
parent84e4f1259b54442f52183c1ccee72a417e0a2658
Make key selection method configurable in EPA.

* lisp/epa.el (epa-keys-select-method): New defcustom.
(epa--select-keys-in-minibuffer): New function.
(epa-select-keys): Use new option and function.
* etc/NEWS: Announce it.
* doc/misc/epa.texi (Key Management): Document it.
(Bug#69133)
doc/misc/epa.texi
etc/NEWS
lisp/epa.el